home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Auslogics BoostSpeed 4.2.7.172 / boost-speed-setup.exe / {app} / TweakManager.exe / 0 / RCDATA / TFRMOEMINFO / TFRMOEMINFO.txt
Text File  |  2008-10-30  |  3KB  |  139 lines

  1. object frmOEMInfo: TfrmOEMInfo
  2.   Left = 0
  3.   Top = 0
  4.   Width = 635
  5.   Height = 353
  6.   Font.Charset = DEFAULT_CHARSET
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   ParentFont = False
  12.   TabOrder = 0
  13.   object gbMain: TGroupBox
  14.     Left = 16
  15.     Top = 1
  16.     Width = 605
  17.     Height = 136
  18.     Caption = 'gbMain'
  19.     TabOrder = 0
  20.     object lblManufacturer: TAxLabel
  21.       Left = 24
  22.       Top = 30
  23.       Width = 88
  24.       Height = 16
  25.       WordWrap = False
  26.       Transparent = True
  27.       Caption = 'lblManufacturer'
  28.       ShowAccelChar = True
  29.     end
  30.     object lblModel: TAxLabel
  31.       Left = 24
  32.       Top = 62
  33.       Width = 48
  34.       Height = 16
  35.       WordWrap = False
  36.       Transparent = True
  37.       Caption = 'lblModel'
  38.       ShowAccelChar = True
  39.     end
  40.     object lblSupportURL: TAxLabel
  41.       Left = 24
  42.       Top = 94
  43.       Width = 83
  44.       Height = 16
  45.       WordWrap = False
  46.       Transparent = True
  47.       Caption = 'lblSupportURL'
  48.       ShowAccelChar = True
  49.     end
  50.     object edManufacturer: TEdit
  51.       Left = 128
  52.       Top = 27
  53.       Width = 450
  54.       Height = 24
  55.       TabOrder = 0
  56.       OnChange = edManufacturerChange
  57.     end
  58.     object edModel: TEdit
  59.       Left = 128
  60.       Top = 59
  61.       Width = 450
  62.       Height = 24
  63.       TabOrder = 1
  64.       OnChange = edManufacturerChange
  65.     end
  66.     object edSupportURL: TEdit
  67.       Left = 128
  68.       Top = 91
  69.       Width = 450
  70.       Height = 24
  71.       TabOrder = 2
  72.       OnChange = edManufacturerChange
  73.     end
  74.   end
  75.   object gbLogo: TGroupBox
  76.     Left = 16
  77.     Top = 151
  78.     Width = 605
  79.     Height = 164
  80.     Caption = 'gbLogo'
  81.     TabOrder = 1
  82.     object imgLogo: TImage
  83.       Left = 24
  84.       Top = 30
  85.       Width = 180
  86.       Height = 114
  87.       Center = True
  88.       Transparent = True
  89.     end
  90.     object Bevel1: TBevel
  91.       Left = 24
  92.       Top = 30
  93.       Width = 180
  94.       Height = 114
  95.     end
  96.     object lblLogo: TAxLabel
  97.       Left = 230
  98.       Top = 30
  99.       Width = 350
  100.       Height = 81
  101.       WordWrap = True
  102.       Transparent = True
  103.       AutoSize = False
  104.       Caption = 'lblLogo'
  105.       ShowAccelChar = True
  106.     end
  107.     object lblError: TLabel
  108.       Left = 40
  109.       Top = 48
  110.       Width = 145
  111.       Height = 81
  112.       Alignment = taCenter
  113.       AutoSize = False
  114.       Caption = 'lblError'
  115.       Transparent = True
  116.       Layout = tlCenter
  117.       WordWrap = True
  118.     end
  119.     object btnLoad: TButton
  120.       Left = 230
  121.       Top = 120
  122.       Width = 120
  123.       Height = 25
  124.       Caption = 'btnLoad'
  125.       TabOrder = 0
  126.       OnClick = btnLoadClick
  127.     end
  128.     object btnClear: TButton
  129.       Left = 360
  130.       Top = 120
  131.       Width = 120
  132.       Height = 25
  133.       Caption = 'btnClear'
  134.       TabOrder = 1
  135.       OnClick = btnClearClick
  136.     end
  137.   end
  138. end
  139.